Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual void AddRange(
	T[] items
)
Visual Basic
Public Overridable Sub AddRange ( _
	items As T() _
)

Parameters

items
Type: array<T>[]()[][]
An array of items.

See Also